Add summary table to the unicodedata doc#149957
Conversation
Documentation build overview
|
|
I am not a great fun of such tables. They take up the entire screen, and you have to scroll through them before getting to the documentation for specific functions. Can we add the list of names to the left panel? |
I don't think that solves the original problem, they do not provide any summary/overview of what all the functions do. Additionally, I agree it would be good, however it is and isn't possible. It would have to be enabled doc-wide, which we have done before (91ddde4), but have had to revert (c9d2bc6) because it was too disruptive. |
|
Well, I do not actively oppose this. This module is pretty small. But in some cases it seems excessive. |
|
If it were |
|
Thanks @StanFromIreland for the PR 🌮🎉.. I'm working now to backport this PR to: 3.15. |
|
I confirmed Serhiy's not blocking, merged, thanks all! |
|
GH-150161 is a backport of this pull request to the 3.15 branch. |
(cherry picked from commit 87a879f) Co-authored-by: Stan Ulbrych <stan@python.org>
This was suggested by @merwok some time ago (I can't remember where). The patch adds a little summary table like the one in the math module docs. I however, excluded the constants, as most people don't care about them anyway.